MUISpinnerSetPropertyΒΆ

MUISpinnerSetProperty, hWin:MUIWND, Property:MUIPROPERTY, PropertyValue:MUIPROPERTYVALUE

Sets the value of a property in a ModernUI_Spinner control. See ModernUI_Spinner Properties for details on the properties available

Parameters

  • [in] hWin - handle to the ModernUI_Spinner control
  • [in] Property - the property to set. See ModernUI_Spinner Properties for details on the properties available
  • [in] PropertyValue - the value to set the property to

Return

Returns the previously set value for the property, or NULL otherwise

Example

Invoke MUISpinnerSetProperty, hSpinner, @SpinnerBackColor, MUI_RGBCOLOR(240,240,240)

See Also

MUISpinnerGetProperty, ModernUI_Spinner Properties